Blazor コントロール
LoadAsync メソッド (C1WrapDataCollection<S,T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1WrapDataCollection<S,T> クラス : LoadAsync メソッド
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count.
The cancellation token.
Load the items between the specified indexes.
シンタックス
'宣言
 
Public Overridable Function LoadAsync( _
   Optional ByVal fromIndex As System.Nullable(Of Integer), _
   Optional ByVal toIndex As System.Nullable(Of Integer), _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public virtual System.Threading.Tasks.Task LoadAsync( 
   System.Nullable<int> fromIndex,
   System.Nullable<int> toIndex,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

fromIndex
The starting index, if not specified this will be 0.
toIndex
The starting index, if not specified this will be Count.
cancellationToken
The cancellation token.
参照

C1WrapDataCollection<S,T> クラス
C1WrapDataCollection<S,T> メンバ